FaNetWorthAdjustment 
Logical Entity Name  FaNetWorthAdjustment 
Default Table Name  FaNetWorthAdjustment 
Physical Only  NO 
Definition 
 
Note 
 

FaNetWorthAdjustment Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaNetWorthAdjustmentId(PK)    int  NO 
 
FaYearId(FK)    char(2)  NO 
 
NetWorthMinAmount    int  NO 
 
NetWorthMaxAmount    int  NO 
 
AdjustmentAmount    int  NO 
 
AdjustmetPercent    numeric(5, 2)  NO 
 
AdjustmentThreshold    int  NO 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

FaNetWorthAdjustment Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_FaNetWorthAdjustment_FaNetWorthAdjustmentId  PrimaryKey  FaNetWorthAdjustmentId 

FaNetWorthAdjustment Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
FaYear  Non-Identifying  One To Zero or More  FK_FaNetWorthAdjustmentFaYearId_FaYearFaYearId      FaYearId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaNetWorthAdjustmentUserId_SyStaffSyStaffId      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

FaNetWorthAdjustment Check Constraints 
Check Constraint Name  CheckConstraint